home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCHECKFORMAIL / TFRMCHECKFORMAIL.txt
Encoding:
Text File  |  2003-01-14  |  2.7 KB  |  121 lines

  1. inherited frmCheckForMail: TfrmCheckForMail
  2.   Left = 286
  3.   Top = 120
  4.   Caption = 'Check for mail'
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = 'Check For Mail'
  12.     end
  13.   end
  14.   inherited pnlCenter: TPanel
  15.     inherited pgcControlPage: TPageControl
  16.       ActivePage = tbsAM5Main
  17.       inherited tbsAM5Main: TTabSheet
  18.         object Label1: TLabel
  19.           Left = 28
  20.           Top = 20
  21.           Width = 65
  22.           Height = 13
  23.           Caption = 'POP3 &Server:'
  24.           FocusControl = edtServer
  25.         end
  26.         object Label2: TLabel
  27.           Left = 28
  28.           Top = 68
  29.           Width = 52
  30.           Height = 13
  31.           Caption = '&Username:'
  32.           FocusControl = edtUsername
  33.         end
  34.         object Label3: TLabel
  35.           Left = 176
  36.           Top = 68
  37.           Width = 50
  38.           Height = 13
  39.           Caption = '&Password:'
  40.           FocusControl = edtPassword
  41.         end
  42.         object Label4: TLabel
  43.           Left = 28
  44.           Top = 148
  45.           Width = 234
  46.           Height = 13
  47.           Caption = 'Save an &amount of waiting messages in variable:'
  48.           FocusControl = edtVarName
  49.         end
  50.         object edtServer: TEdit
  51.           Left = 28
  52.           Top = 36
  53.           Width = 289
  54.           Height = 21
  55.           TabOrder = 0
  56.         end
  57.         object edtUsername: TEdit
  58.           Left = 28
  59.           Top = 84
  60.           Width = 140
  61.           Height = 21
  62.           TabOrder = 1
  63.         end
  64.         object edtPassword: TEdit
  65.           Left = 176
  66.           Top = 84
  67.           Width = 140
  68.           Height = 21
  69.           PasswordChar = '*'
  70.           TabOrder = 2
  71.         end
  72.         object edtVarName: TAM5VarListComboBox
  73.           Left = 28
  74.           Top = 164
  75.           Width = 289
  76.           Height = 21
  77.           ItemHeight = 13
  78.           TabOrder = 4
  79.         end
  80.         object cbEncryptedLogon: TCheckBox
  81.           Left = 28
  82.           Top = 116
  83.           Width = 97
  84.           Height = 17
  85.           Caption = '&Encrypted logon'
  86.           TabOrder = 3
  87.         end
  88.       end
  89.     end
  90.   end
  91.   inherited dxSIBarManager: TdxBarManager
  92.     Categories.ItemsVisibles = (
  93.       2)
  94.     Categories.Visibles = (
  95.       True)
  96.     PopupMenuLinks = <
  97.       item
  98.         Control = lsvAM5Errors
  99.         PopupMenu = dxCheckPopup
  100.       end>
  101.     DockControlHeights = (
  102.       0
  103.       0
  104.       0
  105.       0)
  106.   end
  107.   inherited dxCheckPopup: TdxBarPopupMenu
  108.     ItemLinks = <
  109.       item
  110.         Item = itmCheckAllErrors
  111.         UserGlyph.Data = {00000000}
  112.         Visible = True
  113.       end
  114.       item
  115.         Item = itmCheckNoErrors
  116.         UserGlyph.Data = {00000000}
  117.         Visible = True
  118.       end>
  119.   end
  120. end
  121.